Error in query: SELECT * FROM authors, content, publishers, topics WHERE content.author_id = authors.author_id and content.topic_id = topics.topic_id and content.pub_id = publishers.pub_id and LOWER(CONVERT(authors.author_displayname USING latin1)) = '' ;.